'Declaration
<DefaultMemberAttribute("Item")> Public Class C1PagedCollectionView(Of T As Class) Inherits C1WrapCollectionView(Of T) Implements ICollectionView(Of T), ISupportAsyncLoading(Of T), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
'Usage
Dim instance As C1PagedCollectionView(Of T)
[DefaultMember("Item")] public class C1PagedCollectionView<T> : C1WrapCollectionView<T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting where T: class